mathematical notation

last edited Wed, 24 Jul 2024 05:21:40 GMT
backlinks: null


sequence: objects in order (7,21,57) =/= (57,7,21)

set: unordered objects {7,21,57} = {57,7,21}

cartesian product: A = {1,2} , B ={x,y}

A x B = {(1,x),(1,y),(2,x),(2,y)}